home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / text / faqs / inn-faq.diff1 < prev    next >
Encoding:
Internet Message Format  |  1994-04-21  |  3.9 KB

  1. Subject: Changes to INN FAQ Part 1/4: General Information
  2. Newsgroups: news.software.nntp,news.software.b,news.answers
  3. From: tal@Warren.MENTORG.COM (Tom Limoncelli)
  4. Date: 20 Apr 1994 04:00:17 -0000
  5.  
  6. Posted-By: auto-faq 2.4
  7. Archive-name: inn-faq/diff1
  8.  
  9. *** FAQ-inn.1-lastposted    Tue Apr  5 00:00:21 1994
  10. --- FAQ-inn.1    Wed Apr 20 00:00:02 1994
  11. ***************
  12. *** 1,4 ****
  13. ! Last Changed: $Id: FAQ-inn.1,v 1.65 1994/03/24 16:59:42 tal Exp $
  14.   
  15.                     Part 1 of 4
  16.   
  17. --- 1,4 ----
  18. ! Last Changed: $Id: FAQ-inn.1,v 1.67 1994/04/15 21:12:30 tal Exp $
  19.   
  20.                     Part 1 of 4
  21.   
  22. ***************
  23. *** 38,45 ****
  24.   SPECIFIC NOTES FOR SPECIFIC OPERATING SYSTEMS:
  25.       AIX tips
  26.       SunOS 4.1.2 tips
  27. !     Ultrix mmap tip
  28. !     Ultrix syslog tip
  29.       HP-UX tips
  30.       Pyramid and system's where only root can have "cron" jobs.
  31.       System V based Unixes (SVR4, Solaris 2.x, SCO ODT 3.0, A/UX, ...)
  32. --- 38,44 ----
  33.   SPECIFIC NOTES FOR SPECIFIC OPERATING SYSTEMS:
  34.       AIX tips
  35.       SunOS 4.1.2 tips
  36. !     Ultrix tips
  37.       HP-UX tips
  38.       Pyramid and system's where only root can have "cron" jobs.
  39.       System V based Unixes (SVR4, Solaris 2.x, SCO ODT 3.0, A/UX, ...)
  40. ***************
  41. *** 402,429 ****
  42.   
  43.   ------------------------------
  44.   
  45. ! Subject:  Ultrix mmap tip
  46.   
  47. ! Ultrix has a "mmap()" function, but it doesn't do the same thing as the
  48. ! SunOS/BSD mmap() function.  Therefore, do not configure INN to use
  49. ! mmap() on a Ultrix system.  INN wants to find a mmap() function
  50. ! that is like the one on SunOS/BSD systems.
  51.   
  52.   
  53. ! ------------------------------
  54. ! Subject:  Ultrix syslog tip
  55. ! The syslog on Ultrix sucks rotten eggs and Digital refuses to fix it.
  56. ! (source: everyone that uses Ultrix and has ever used other systems)
  57. ! Luckily, you can replace it with the routine that comes with INN.
  58. ! However, some people have had better luck installing the syslog that
  59. ! can be found on gatekeeper.dec.com:/pub/DEC/jtkohl-syslog-complete.tar.Z
  60. ! It still works with old clients but does new-style syslogging, too.
  61. ! Works great for me so far.  (this information from:  nelson@reed.edu
  62. ! (Nelson Minar)).  The syslog that is shipped with INN works pretty well
  63. ! but there have been some claims that some old clients don't like it.
  64.   
  65.   
  66.   ------------------------------
  67. --- 401,434 ----
  68.   
  69.   ------------------------------
  70.   
  71. ! Subject:  Ultrix tips
  72.   
  73. ! Tip #1:  Ultrix has a "mmap()" function, but it doesn't do the same
  74. ! thing as the SunOS/BSD mmap() function.  Therefore, do not configure
  75. ! INN to use mmap() on a Ultrix system.  INN wants to find a mmap()
  76. ! function that is like the one on SunOS/BSD systems.
  77.   
  78. + Tip #2:  The sendsys script breaks Ultrix 'nawk'.  You can make
  79. + a 1-line change or you can switch to 'awk' or "gawk".
  80. + Original line:
  81. +     ${AWK} "/^$1"'[/:\\]/,/[^\\]$/' ${NEWSFEEDS} >${TEMP}
  82. + Modified line:
  83. +     ${AWK} "/^$1"'[\/:\\]/,/[^\\]$/' ${NEWSFEEDS} >${TEMP}
  84. + The original line will work with awk, gawk, but not nawk.
  85. + The modified line will work with awk, gawk, or nawk.
  86. + If you have gawk running on your machine use it.  Otherwise, switch to
  87. + awk.
  88.   
  89. ! Tip #3: The syslog on Ultrix sucks rotten eggs and Digital refuses to
  90. ! fix it.  (source: everyone that uses Ultrix and has ever used other
  91. ! systems)  Luckily, you can replace it with the routine that comes with
  92. ! INN.  However, some people have had better luck installing the syslog
  93. ! that can be found on
  94. ! "gatekeeper.dec.com:/pub/DEC/jtkohl-syslog-complete.tar.Z".  It still
  95. ! works with old clients but does new-style syslogging, too.  Works great
  96. ! for me so far.  (this information from:  nelson@reed.edu (Nelson
  97. ! Minar)).  The syslog that is shipped with INN works pretty well but
  98. ! there have been some claims that some old clients don't like it.
  99.   
  100.   
  101.   ------------------------------
  102. -- 
  103. Tom Limoncelli -- tal@warren.mentorg.com (work) -- tal@plts.org (play)
  104. "Psst!  Hey, Anthony!  Y'know what I        | Disclaimer:  I do not
  105. like about existing?"  "Uh... uh... what?"  | speak for Mentor Graphics.
  106. "Possessing a physical extension."  -TSA    |
  107.  
  108.